Function |checked_raw_commands

process/command::|checked_raw_commands


Usage

|checked_raw_commands(lines)

Parameters

↳ lines: Vec<string>

Return

↴ Option<Vec<Command>>


Parse multiple shell-quoted command lines, returning None on any parse failure.

Returns None if any line cannot be parsed or contains no tokens. Unlike |raw_commands, this function propagates errors rather than silently returning an empty Vec.